Changeset 116
- Timestamp:
- 01/14/06 22:00:57 (3 years ago)
- Files:
-
- devel/_rpc/rsd.php (modified) (1 diff)
- devel/includes.php (modified) (1 diff)
- devel/units/tinymce (added)
- devel/units/tinymce/main.php (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/_rpc/rsd.php
r87 r116 3 3 // Really Simple Discovery (RSD) 4 4 // see: <http://archipelago.phrasewise.com/rsd> 5 // 6 // (this is old stuff, is it being used anymore?!?) 5 7 6 8 include "../includes.php"; devel/includes.php
r82 r116 57 57 // Atom 58 58 // @include(path . "units/atom/main.php"); 59 60 // Visual editor (tinyMCE) 61 // @include(path . "units/tinymce/main.php"); 59 62 60 63 /***************************************************************************
