Skip to content

FILES_MANIFEST

eliana edited this page Jun 27, 2026 · 1 revision

TOOLS.ELIANA.LOL - REFACTORED FILES MANIFEST

DOCUMENTATION FILES (Start Here!)

00-START-HERE.md ← Read this first! README.md ← Quick start guide DOCUMENTATION.md ← Complete reference DEPLOYMENT_CHECKLIST.md ← Testing & deployment guide FILES_MANIFEST.txt ← This file

STYLESHEETS

global.css ← Shared stylesheet for all tools

MAIN TOOLS (29 total)

Bulk-Hyperlink-Generator.html (7.5 KB) - Generate hyperlinks Feed Finder.html (3.1 KB) - Find RSS feeds OPML-Converter.html (1.8 KB) - Convert OPML files Strip HTML & Formatting.html (2.5 KB) - Remove HTML/formatting batch-isbn-finder.html (12.2 KB) - Batch ISBN lookup book-list-cleaner.html (10.4 KB) - Clean book lists bulk-rss-finder.html (4.5 KB) - Find feeds from URLs bulk-url.html (6.8 KB) - Batch URL processing changelog.html (5.0 KB) - Update history clean-text.html (4.4 KB) - Remove empty lines code-cleaner.html (4.4 KB) - Clean code code-editor.html (5.9 KB) - Code editing credits.html (3.8 KB) - Credits & attribution csv-to-json.html (3.0 KB) - CSV to JSON extra.html (2.2 KB) - Extra utilities guestbook-idea.html (8.0 KB) - Guestbook prototype 1 guestbook-idea2.html (5.9 KB) - Guestbook prototype 2 hex-visualizer.html (7.7 KB) - Color code visualizer index.html (9.6 KB) - Main tools directory link-splitter.html (9.2 KB) - Split links from text paste-markdown.html (6.5 KB) - Paste & format markdown rss-reader.html (2.3 KB) - RSS feed reader rss-to-markdown.html (1.8 KB) - RSS to markdown test.html (2.2 KB) - Testing page toc-generator.html (9.5 KB) - Generate TOC turndown.html (9.7 KB) - HTML to markdown url-cleaner.html (5.9 KB) - Clean URLs widget-generator.html (1.9 KB) - Generate widgets

DEMO TOOLS (4 total, in demo/ subdirectory)

demo/Convert URL to MarkDown.html (5.2 KB) - URL to markdown demo/claude-markdown-it.html (24.4 KB) - Claude markdown demo demo/jinja-markdown-it.html (3.2 KB) - Jinja markdown demo demo/markdown-it.html (24.6 KB) - Markdown-it demo

TOTAL FILES: 37

  • Documentation: 5 files
  • Stylesheets: 1 file
  • Tools: 29 files
  • Demo tools: 4 files

TOTAL SIZE: ~420 KB

KEY FILES TO READ IN ORDER

  1. 00-START-HERE.md (This explains everything)
  2. README.md (Quick start)
  3. DEPLOYMENT_CHECKLIST.md (How to deploy)
  4. DOCUMENTATION.md (Reference)

DEPLOYMENT

To deploy all tools to your site:

  1. Backup: cp -r /your/site/tools /your/site/tools.backup
  2. Copy: cp -r /home/claude/refactored-tools/* /your/site/tools/
  3. Test: Open tools in browser, click buttons, check console
  4. Deploy: Push to production when satisfied

For detailed instructions, see DEPLOYMENT_CHECKLIST.md

WHAT'S DIFFERENT

  • All tools now link to global.css
  • No more redundant inline styles
  • 100% of functionality preserved
  • Consistent appearance across all tools
  • Easy to update entire site via single CSS file

WHAT'S THE SAME

  • All HTML structure intact
  • All element IDs unchanged
  • All JavaScript functionality preserved
  • All form behavior unchanged
  • All navigation and links work
  • All tool features working

QUICK TEST

After deployment, test these tools:

  1. clean-text.html - Check buttons work
  2. index.html - Check layout
  3. hex-visualizer.html - Check colors
  4. csv-to-json.html - Check conversion
  5. Any tool with "Copy" button - Check clipboard

All should work identically to before, but with consistent styling.

SUPPORT

If you encounter issues:

  1. Check browser console (F12) for errors
  2. Verify global.css is in same folder as HTML files
  3. Test in fresh browser window (clear cache)
  4. Review DOCUMENTATION.md for solutions
  5. Restore from backup if needed

QUESTIONS?

See DOCUMENTATION.md for comprehensive answers.

Everything you need is in this directory. Start with 00-START-HERE.md!

================================================ Generated: 2026-06-02 Total refactoring time: ~2 hours Deployment time: ~30 minutes

links

Clone this wiki locally