Approach to Work Intranet
I maintain the intranet for an engineering company. The most tedious aspect is adding links to new or updated spreadsheets and pdfs. We have a drive that contains all of the documents and spreadsheets in a logical folder structure. Then we have a simple html based web page that has links to these docs. I feel like there is a more efficient way to do this without having to manually tweak the html every time you add/update/move a file. I'm sure this can be done with PHP, Python or something similar, but I'm not sure they'll want to run anything like that, and I don't have the time to completely overhaul with a new language. Is there something a little more pre-configured for this type of situation?
Thanks in advance.
cssbutton posted this at 18:59 — 26th May 2013.
They have: 11 posts
Joined: Apr 2013
you can use php to automate this job by using cron jobs to do these jobs automatically instead of manual
Chevron posted this at 05:50 — 14th August 2013.
They have: 2 posts
Joined: Aug 2013
Search online there are plenty of applications available and you can chose the one that suits you requirements.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.