On Fri, 2012-02-10 at 23:40 -0500, Tom Easterday wrote: > I am adding a page to the wiki with config files which demonstrate > Glade among other things. I uploaded a config file called > A2GantryController.py and I can get to that file if I use this url: > http://wiki.linuxcnc.org/uploads/A2GantryController.py. However, on > the wiki page I cannot figure out formatting that works to display the > uploaded file. The closest I get is this: > <nowiki>A2GantryController.py</nowiki> [upload:A2GantryController.py] > in edit mode > which yields this in display mode: > A2GantryController.py [upload:A2GantryController?.py] > which gives this link (notice lack of file extension) > http://wiki.linuxcnc.org/uploads/A2GantryController > which is not found. How can I include a filename that has both upper > and lower case and an extension and get the right url when it is > clicked on? > > Tom
Maybe put the link in <html></html> tags. <html><a href="http://wiki.linuxcnc.org/uploads/A2GantryController.py">http://wiki.linuxcnc.org/uploads/A2GantryController.py</a></html> This should show the link text and and have the proper link. Or if that isn't waht you are looking for, maybe: <html><a href="http://wiki.linuxcnc.org/uploads/A2GantryController.py">A2GantryController.py</a></html> That is my guess so far. -- Kirk Wallace http://www.wallacecompany.com/machine_shop/ http://www.wallacecompany.com/E45/index.html California, USA ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
