User:Bill Flanagan/Notebook/OWW Projects/2008/08/02

From OpenWetWare
Jump to navigationJump to search
Project name Main project page
Next entry


Projects

Lab Notebook

  • Created new lab notebook.
  • Rewrote project page header and footer
    • reduced content to a single template for each.
  • Rewrote entry page header and footer:
    • reduced content to a single template for each.

To Do

  • Change the lnvar::lnprev and lnvar::lnnext template tags
    • offer to create a new page if this is the first or last page.
      • tried it but both tags returned reference to the previous page
    • fix the call to populate tags:
      • project
      • lab
      • institution
      • type
      • IGEM year
    • fix the notebook project template to use the tags

RSS Feed

  • rewrote RSS outbound Feed handler
  • currently works from shell
  • RSS 1.0 compliant
  • abbreviates content
  • static file vs. dynamic stream
    • no diffs
  • supports a page range
    • anything at or below the page where the tag is placed will be tracked.

example: (click here)

To Do

  • turn it into a parser tag
  • make it dynamic
  • should replace the default mediawiki rss feed when selected
  • provide choice of output
    • none
    • text excerpt
    • diffs
  • move to simple pie vs.
  • add it to the lab notebook header template tag

RIS Tag

  • added it to the sidebar
  • works very well with Zotero
    • clicking on it adds the citation without leaving the current page.

To Do

  • integrate the code for the tag and the page action handler into a single extension

Bibtex Tag

  • added it to the sidebar
  • no integration with apps noted so far

example: (click here)

To Do

  • integrate the code for the tag and the page action handler into a single extension