Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marianoguerra/fresita
you are not interested in this, historic purpose only
https://github.com/marianoguerra/fresita
Last synced: about 1 month ago
JSON representation
you are not interested in this, historic purpose only
- Host: GitHub
- URL: https://github.com/marianoguerra/fresita
- Owner: marianoguerra
- Created: 2012-06-21T18:38:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-21T18:38:41.000Z (over 12 years ago)
- Last Synced: 2023-04-21T08:16:31.615Z (over 1 year ago)
- Language: JavaScript
- Size: 465 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rest
Awesome Lists containing this project
README
fresita
=======this repo is here for historical reasons
it was part of my master thesis
setup
-----run **setup.sh**, you will need pip installed (http://pypi.python.org/pypi/pip)
you can test that it worked by exporting a sample document::
cd exporter
python export.py -i tmp/doc.xml -o doc.pdf -f pdf -s tmp/intelskin.xsl -t fileit should generate a really simples sample file called doc.pdf
add this to your /etc/couchdb/local.ini file::
[httpd_global_handlers]
editor = {fresita, redirect_editor}
_export = {fresita, export_document}
_style = {fresita, export_style}[couchdb]
os_process_timeout=60000 ; increase the timeout from 5 seconds.[external]
fti=/usr/bin/python /path/to/couchdb-lucene/couchdb-external-hook.py[httpd_db_handlers]
_fti = {couch_httpd_external, handle_external_req, <<"fti">>}.. note::
change /path/to/ above for the actual path