Tagged Questions
0
votes
1answer
37 views
Link Fetching List
so I've asked many questions regarding this one subject, and I'm sorry. But this is it.
So I have this code:
import urllib
import urllib.request
from bs4 import BeautifulSoup
import sys
from ...
0
votes
1answer
49 views
Trying to parse all linked text from wiki
I'm trying to parse a wiki page here, but I only want the certain parts. Those links in the main article, I'd like to parse them all. Is there an article or tutorial on how to do it? I'm assuming I'd ...
4
votes
3answers
130 views
How to convert Wikipedia wikitable to Python Pandas DataFrame?
In Wikipedia, you can find some interesting data to be sorted, filtered, ...
Here is a sample of a wikitable
{| class="wikitable sortable"
|-
! Model !! Mhash/s !! Mhash/J !! Watts !! Clock !! SP !! ...
0
votes
0answers
44 views
Restful API for a git-versioned wiki
I'm trying to design a URL scheme for a wiki that has the following properties:
Markdown syntax
pages
page sections (defined by header structure)
git-versioned using pygit2
I have to following ...
0
votes
0answers
51 views
Which markup for Google Appengine (python) wiki app? [closed]
I want to create a wiki on the app i'm currently finishing up in python based appengine, but i don't know how to safely implement a markup (thinking about using markdown), because i'm worried about ...
1
vote
3answers
71 views
MediaWiki python port? [closed]
I am trying to setup an internal wiki for our development team. It looks like mediawiki is the de facto means of doing this.
While I'm probably capable of setting this up with PHP - I was curious if ...
0
votes
0answers
75 views
Using Google Custom Search with markdoc wiki page
I am trying to use google custom search on my markdoc based wiki, but can't get it working, it gives the following error on chrome (the only browser that seems to work without problem is Opera):
This ...
0
votes
4answers
69 views
Returning more than one result
I'm using the following code:
def recentchanges(bot=False,rclimit=20):
"""
@description: Gets the last 20 pages edited on the recent changes and who the user who edited it
"""
...
0
votes
1answer
181 views
image as hyperlink in python / Tkinter
I guess the answer is no, but I have to ask...
I wrote a wiki in python/tkinter, where the hyperlinks are managed by tkHyperlinkManager (http://effbot.org/zone/tkinter-text-hyperlink.htm) in a text ...
2
votes
1answer
288 views
Converting between WikidPad, reStructuredText and HTML
I've got plenty of information stored in WikidPad notebook format and now I need a way to convert it to reStructuredText (for another wiki).
At the same time I need a possibility of publishing this ...
1
vote
1answer
63 views
Wiki engine with private block feature
I'm serching for wiki engine, preferably written on python(but is not necessary), with one specific feature - user should be able to insert the block on pages, which will be visible only for one user, ...
0
votes
2answers
151 views
Wikicodes? A place where anybody can view and edit code? [closed]
Is there a website that allows anybody to view and edit implementations (in Python, C++, etc.) of algorithms?
For example, there is a page called Pascal's Triangle. The content below shows the code ...
0
votes
1answer
287 views
CMS or Wiki for creating XHTML ebook + blog
For a long time I have been wanting to start a blog. But knowing myself, I know I won't update it often. So, I would like to club my blog with an "ebook". I'd like to write some beginner level ...
0
votes
2answers
80 views
Automatically preventing wiki-rot in Trac?
Hi guys : Is there a way to improve trac wiki quality using a plugin that deals with artifacts like for obsolete pages, or pages that refer to code which doesn't exist anymore, pages that are ...
0
votes
1answer
281 views
Create standalone MoinMoin wiki executable
I'm trying to create a standalone, desktop version of a MoinMoin wiki so I can distribute it on a CDROM to people who may or may not have Python installed. I've tried both py2exe and bbfreeze with no ...
1
vote
1answer
64 views
How can I exclude a certain wiki page from appearing in the trac search?
We use the trac project management software. I want to be able to prevent certain wiki pages appearing in the trac search results. For example, some developers keep timesheets in the wiki and they ...
0
votes
1answer
240 views
What is the appropriate way to parse a wiki dump into a format?
What is the best way to parse a wiki dump into a format which contains a self generated article id and the article content and nothing else?
The article id will be a reference id and the content to ...
3
votes
4answers
790 views
Python regular expression with wiki text
I'm trying to change wikitext into normal text using Python regular expressions substitution. There are two formatting rules regarding wiki link.
[[Name of page]]
[[Name of page | Text to display]]
...
10
votes
3answers
1k views
R as a general purpose programming language
I liked Python before because Python has rich built-in types like sets, dicts, lists, tuples. These structures help write short scripts to process data.
On the other side, R is like Matlab, and has ...
5
votes
5answers
955 views
Where can I find a good mwclient introduction?
I'm just starting with mwclient. I'm going to create bots to query our MediaWiki database and make small revisions.
But I cannot find anywhere a simple list of python commands like how to get ages of ...
5
votes
5answers
3k views
Parsing a Wikipedia dump
For example using this Wikipedia dump:
http://en.wikipedia.org/w/api.php?action=query&prop=revisions&titles=lebron%20james&rvprop=content&redirects=true&format=xmlfm
Is there an ...
2
votes
2answers
264 views
How to store wiki sites (vcs)
as a personal project I am trying to write a wiki with the help of django. I'm a beginner when it comes to web development. I am at the (early) point where I need to decide how to store the wiki ...
0
votes
3answers
573 views
Best practices for parsing HTML from Wikipedia for iPhone viewing?
I am building an iPhone Wikipeida game app, that requires modifying the default Wiki HTML a little bit (mostly simplifying the page).
So far I am directly downloading the HTML output from ...
0
votes
3answers
421 views
Building a wiki application?
I'm building this app in Python with Django.
I would like to give parts of the site wiki like functionality,
but I don't know how to go on about reliability and security.
Make sure that good ...
1
vote
3answers
558 views
How to automate updating a trac wiki page?
I have a trac wiki page I'd like to update automatically on a regular basis (say, once an hour) with data fetched by a script.
I can get the script to generate the wiki markup.
How would you then ...
0
votes
1answer
173 views
How do I use this Python package? (guess_language)
I am trying to use this package: http://pypi.python.org/pypi/guess-language/0.1
I've read the documentation/wiki, but can't find the solution.
Basically, this package allows you to pass in a string, ...
3
votes
2answers
378 views
Python Wiki Style Doc Generator
Looking for something like PyDoc that can generate a set of Wiki style pages vs the current HTML ones that export out of PyDoc. I would like to be able to export these in Google Code's Wiki as an ...
1
vote
1answer
323 views
Can I use pywikipedia to get just the text of a page?
Is it possible, using pywikipedia, to get just the text of the page, without any of the internal links or templates & without the pictures etc.?
0
votes
2answers
405 views
Is there free wiki sourcecode that will run on the google app engine?
I found the sample code cccwiki which is good, but I would like a wiki that keeps tracks of all revisions to the pages and lets users show diffs and revert to previous versions.
5
votes
3answers
4k views
Is there a parser/way available to parser Wikipedia dump files using Python?
I have a project where I collect all the Wikipedia articles belonging to a particular category, pull out the dump from Wikipedia, and put it into our db.
So I should be parsing the Wikipedia dump ...
2
votes
3answers
835 views
Where can i get a wiki formatting widget for my django application?
Am looking for a wiki formatting widget for my django application, just like the one am using to type this question in stackoverflow?
1
vote
3answers
524 views
How to use InterWiki links in moinmoin?
We use a number of diffrent web services in our company, wiki(moinmoin), bugtracker (internally), requestracker (customer connection), subversion. Is there a way to parse the wikipages so that if I ...
2
votes
3answers
2k views
Tracd Realm
I am trying to setup tracd for the project I am currently working on.
After creating a password file with the python script given in the site I am trying to start the server with authentication on. ...
3
votes
5answers
1k views
Offline access to MoinMoin wiki using Google Gears
How to add offline access functionality to MoinMoin wiki?
As a minimum, I would love to have browsing access to all pages on a server-based wiki (while being offline). Search and other things, which ...
19
votes
4answers
7k views
Python module for wiki markup
Is there a Python module for converting wiki markup to other languages (e.g. HTML)?
A similar question was asked here, What's the easiest way to convert wiki markup to html, but no Python modules are ...