OUTLINE NEWS — GODADDY UPLOAD READY PACKAGE =========================================== This package is prepared for standard GoDaddy cPanel Linux hosting. FILES INCLUDED -------------- - index.php Homepage - category.php Reusable category page - article.php Reusable article page - contact.php Contact page with PHP mail handler - 404.php Simple error page - .htaccess Apache settings and clean URL support - robots.txt Basic robots file - assets/css/styles.css Main stylesheet - assets/js/data.js Demo article/content data - assets/js/main.js Shared site logic - assets/js/home.js Homepage rendering - assets/js/category.js Category page rendering - assets/js/article.js Article page rendering HOW TO UPLOAD TO GODADDY ------------------------ 1. Open GoDaddy cPanel. 2. Open File Manager. 3. Go into public_html. 4. Delete old placeholder files if needed. 5. Upload the ZIP file contents or extract the ZIP directly inside public_html. 6. Confirm that index.php sits directly inside public_html (not inside another folder). 7. Visit your domain. CONTACT FORM SETUP ------------------ This build uses PHP mail from contact.php. Before launch: 1. Open contact.php. 2. Replace newsroom@outlinenews.com.pk with your real receiving email. 3. Test the form. If PHP mail does not send on your hosting: - use a GoDaddy hosted email mailbox, - or switch the form to SMTP / Formspree / another mail service. QUICK CUSTOMIZATION ------------------- 1. Update headline/story data inside assets/js/data.js. 2. Update newsroom/ad/support details inside contact.php. 3. Change colors in assets/css/styles.css. 4. Replace the text logo with an image logo if you want. NOTES ----- - This is a polished front-end news website package. - It is not a full CMS or WordPress install. - Story content is currently demo content in JavaScript. - For live publishing with admin login, the next step should be WordPress or a custom CMS.