Skip to content

Instantly share code, notes, and snippets.

@chrisdembia
Created April 25, 2014 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisdembia/11275590 to your computer and use it in GitHub Desktop.
Save chrisdembia/11275590 to your computer and use it in GitHub Desktop.
Create Nabeel's fancy Doxygen
cd into build directory
npm install (which looks for package.xml)
node server.js runs localhost:8080
doxygen http://stackoverflow.com/questions/3007253/send-post-xml-file-using-curl-command-line
http://www.doxygen.nl/extsearch.html
create searchdata.xml and flip back the option
DELETE SI directory first: this populates the SI directory
curl POST -X searchdata.xml http://localhost:8080
uploader.html:
<html>
<form action="/indexer" method="post">
<input type="file" name="document">
<input type="submit">
</form>
</html>
to get fancy search on local machine, must have node.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment