Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added newer version of pod_doc_tools -- it still needs modifications … #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
401 changes: 401 additions & 0 deletions pod_doc_tools/HTMLDocs.pm

Large diffs are not rendered by default.

798 changes: 798 additions & 0 deletions pod_doc_tools/pod2htmd.tmp

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions pod_doc_tools/pod2htmi.tmp
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bin:logs:DATA:conf:tmp:courses.dist:lib:t:doc:clients:htdocs
/home/mgage/webwork_masters/ww_source_files/webwork2
44 changes: 44 additions & 0 deletions pod_doc_tools/pod_doc_instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
## instructions for pod documents with jason

/home/jaubrey/webwork:

* ww-make-docs-from-svn
*

* ww-make-docs
* updates local copy and writes web pages

* source files
* /home/jaubrey/webwork/webwork2_TRUNK
* /home/jaubrey/webwork/pg_TRUNK ...

* update these directories `ls m`
* manually using `git`
* then run `ww-make-docs-from-svn`


Need to rewrite script so that it updates
the git repository automatically.



## media wiki search daemon
/usr/local/search/ls2/ generates the search file
for mediawiki

.lsearchd (daemon)
/etc/init/d/lsearchd

/usr/share/mediawiki contents of media wiki
/var/lib/mediawiki
```
mgage@ws4doc:/home/jaubrey$ sudo crontab -l -u root
ls # m h dom mon dow command
00 00 * * * cd /usr/local/search/ls2/ && ./build > /home/jaubrey/cronlogs/lucene_search.log
00 * * * * /usr/bin/python /var/www/planet/planet.py /var/www/planet/webwork/config.ini
```
/var/www/w has some mediawiki stuff

cd /usr/local/search/ls2
sudo ./configure /var/lib/mediawiki
sudo ./build lsearch.con
Loading