Fix arguments number for internal links
terraces - May 24, 2006 - 13:56
| Project: | SIOC |
| Version: | HEAD |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Each internal SIOC link (defined with rdfs:seeAlso + rdf:resource) should get the same number of args.
With the current exporter, when trying to scrap a SIOC-ed site:
- scrapping http://foobar/?q=sioc/blog/16 creates a file named "16"
- then, "" tries to create 16/1 file but can't as 16 is a file and not a folder.
I first thaught it was a scrapper issue but I think this is the role of the plugin to create nice URI/filenames.

#1
Add a slash to the end?