Tagged Questions
Creole is a common wiki markup language to be used across different wikis.
3
votes
1answer
285 views
How does one parse simple inline markup (i.e. *bold*), in Python?
How does one implement a parser (in Python) for a subset of wikitext that modifies text, namely:
*bold*, /italics/, _underline_
I'm converting it to LaTeX, so the conversion is from:
Hello, ...
2
votes
3answers
263 views
Getting ResultSet column names
I'm using Symfony 1.1 with the Propel plugin and a MySQL database. To get my results I pass my query to a Propel connection and call executeQuery().
I'm trying to retrieve the column names of my ...
2
votes
2answers
616 views
Which markup language? Markdown or?
I am currently looking for a markup language to use in a project. I want to allow site vistors to edit a wiki like page using a markup language (not HTML).
I am implementing this site in Ruby on ...
1
vote
0answers
6 views
Any way to insert HTML markup, or CSS, within a Creole page?
Using BitBucket for a small repo and would like to also use their provided wiki (which uses Creole).
Is there a way to insert a stylesheet to use?
Is there a way to insert HTML?
1
vote
1answer
40 views
Change internal links rendering using python-creole
My goal is to create a locally-browsable clone of the bitbucket's wiki browser.
Pages are written using creole syntax.
I'm using python-creole to render the files into html. It works relatively ...
1
vote
0answers
43 views
Is there a standard content (mime) type I should be using for wiki formatted text files?
I am taking user input as either wiki formatted text (creole) or possibly markdown formatted text.
I was wondering if there are there any existing content types standard for this sort of text.
I ...
1
vote
2answers
449 views
reverse engineering in symfony
I have a database. I am trying to reverse engineer using symfony to create schema.yml. I get this error message:
[propel-schema-reverse] There was an error building XML from metadata: ...
0
votes
1answer
28 views
CakePHP Creole Markup
I'm looking to implement http://ask.cakephp.org/markup/display/wiki and http://www.wikicreole.org/ into a CakePHP application to make it easier for users to write posts.
I have looked at the website ...
0
votes
0answers
39 views
How to add Creole support to Geany
I'd like to add basic Creole (aka WikiCreole) support to Geany. I imagine it will be very similar to the existing Markdown support.
So far I have copied /usr/share/geany/filetypes.markdown to ...
0
votes
0answers
36 views
Code snippets within lists (Creole wiki)
While Wikis and Wikipedia is still in Area 51, I'd like to ask this question about using the Creole wiki markup. I have the following code:
# Initial instructions here.
# Some instructions here. See ...
0
votes
1answer
364 views
Working example of wikitext-to-HTML in ANTLR 3
I'm trying to flesh out a wikitext-to-HTML translator in ANTLR 3, but I keep getting stuck.
Do you know of a working example that I can inspect? I tried the MediaWiki ANTLR grammar and the Wiki ...
0
votes
1answer
325 views
Does a lightweight markup language library for Android exist?
Suppose I want to render/present a text transmitted in the form of some lightweight markup language. Are there any ready-to-use libraries for Android, which take as input text in a lightweight markup ...