I was trying to make my job easier by sorting the urls inside Aiki admin interface. That url list is getting bloated by the day. So I decided to make it easier on everyone, and sort it according to alphabetical. I love doing things automatically so I copied the list into Openoffice and pasted it in. It came out in one line, in one cell, so I:
- converted it to columns (Data > Text to columns, set delimiter to "|")
- selected the entire ROW (click on the number on the left),
- copied the row
- paste special-ed it (with transpose ticked)
- Then put the pipeline character ("|" - Has to be in there to tell AIKI where each individual url ends) in Notepad++ by coping the spreadsheet list to NP and doing a find and replace end of line character with the pipeline.
So my choices are (for now),
- stick with a hugely bloated, correctly sorted and easy to find url list, with random pages appearing everywhere in the URL LIST ADMIN widget, or
- leave the hard-to-find-stuff hugely bloated url list as it is, so that you can correctly find the pages based on their url in the URL LIST admin widget.
Some days...
No comments:
Post a Comment