Posts: 4,646
Threads: 1,493
Joined: Sep 2016
i am wanting to set up a website which lets me store contents in reST format but delivers the content in HTML format for URLs that do not have any file extension on them. this means there must be reST processing to convert to HTML happening when the page is requested, or delivery of cached contents of a previous conversion if the cache is newer than the reST file. i want to simply be able to upload reST contents to change the site. files with extensions are in their indicated format and if requested are delivered unchanged. is their any documentation on how to set this up? can it be done with Apache without any CGI?
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,646
Threads: 1,493
Joined: Sep 2016
i don't want to build this, i want to find existing code, if it exists. i want to have the content sitting there ready to be converted on the fly. my sitting content is to be the reST content (and images, etc), no HTML. no pre-conversion.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,646
Threads: 1,493
Joined: Sep 2016
there is too much matching of REST(ful) API stuff going on.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,646
Threads: 1,493
Joined: Sep 2016
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,646
Threads: 1,493
Joined: Sep 2016
lots of reStructuredText stuff. just documents and tutorials and no ready-to-go server software. it doesn't even have to be python. if i can get a string buffer of text processed rst->html i could add it to the server i already have. so i guess it's time to go read some docs.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.