{"id":20690718,"url":"https://github.com/welbornprod/wp_site","last_synced_at":"2026-04-07T16:31:05.815Z","repository":{"id":7236063,"uuid":"8545412","full_name":"welbornprod/wp_site","owner":"welbornprod","description":"Django site for welbornprod.com...","archived":false,"fork":false,"pushed_at":"2017-04-14T04:10:14.000Z","size":41299,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-03-11T01:27:30.906Z","etag":null,"topics":["django","django-apps","highlighting","javascript","miscellaneous-scripts","personal-site","personal-website","python","sass","webapps"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/welbornprod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-03-04T00:51:51.000Z","updated_at":"2017-04-13T02:13:24.000Z","dependencies_parsed_at":"2022-09-04T22:50:30.140Z","dependency_job_id":null,"html_url":"https://github.com/welbornprod/wp_site","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/welbornprod/wp_site","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welbornprod%2Fwp_site","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welbornprod%2Fwp_site/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welbornprod%2Fwp_site/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welbornprod%2Fwp_site/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/welbornprod","download_url":"https://codeload.github.com/welbornprod/wp_site/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welbornprod%2Fwp_site/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31520387,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","django-apps","highlighting","javascript","miscellaneous-scripts","personal-site","personal-website","python","sass","webapps"],"created_at":"2024-11-16T23:14:02.940Z","updated_at":"2026-04-07T16:31:05.798Z","avatar_url":"https://github.com/welbornprod.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![welborn prod.](http://welbornprod.com/static/images/welbornprod-logo.png)\n\n[Django] site for [welbornprod.com]...\n\n\nIt features a blog app I made to suit my needs, projects, web applications,\nand miscellaneous scripts that I've written for one reason or another.\nIt's a mixture of [Python]/[Django], HTML/Templates, JavaScript, and SASS/CSS.\nIt uses a Postgres backend to handle all the storage.\n\n## Django Apps:\n\nAll apps were created from scratch, because in the beginning I didn't see\nmany django apps to suit my specific needs.\n\n#### Apps:\n\nThe `apps` are web-based applications, and are meant to stand alone.\nThey still depend on the home/main.html template, but work with their own\nset of tools and models.\n\n##### Apps/Paste:\n\nThe `paste` app is a paste-bin that uses Ace Editor to provide\nsyntax-highlighted viewing/editing. Pastes expire after a day, unless they\nare 'on-hold'. They can have parents/replies, which are displayed in the\nlisting and on the paste's view.\nPastes can be private \u003csmall\u003e(unlisted)\u003c/small\u003e or public.\n\n##### Apps/PhoneWords:\n\nThe `phonewords` app will find common english words that can be formed with\na U.S. phone number, or the reverse (words to phone numbers).\n\n#### Blogger:\n\nThe `blogger` app is a basic blog app, with pagination and a brief index page.\nThis has nothing to do with the more popular django app named 'blogger'.\n\n#### Downloads:\n\nThe `downloads` app tracks the download count for any file, as long as it\nis linked to `/dl/file`. Right now it is coupled with several other apps,\nto update the `download_count` on the Project/Misc/etc. objects themselves,\ninstead of just the file name.\n\n#### Home:\n\nThe `home` app provides a landing page for the site, with featured projects,\nblog posts, and web apps.\n\n#### Img:\n\nThe `img` app provides an image uploader/viewer. Only admins can upload an\nimage.\n\n#### Misc:\n\nThe `misc` app provides a list of 'Misc. Objects', which are miscellaneous\nscripts/modules that are too small to warrant a full 'Project' page.\n\n#### Projects:\n\nThe `projects` app provides a list of 'Projects', which are various programs\nthat I've written over the years.\n\n#### Searcher:\n\nThe `searcher` app allows various models to be searched. It gathers the\nobjects and buids a `WpResult` based on their attributes defined in\n`app/search.py`.\nIt depends on `INSTALLED_APPS`, and looks for a `search.py` within the apps.\nAs long as the *must-have* functions are implemented in `search.py` the app's\nmodels can be searched.\n\n#### Stats:\n\nThe `stats` app provides view/download counts for the various models found\nin the other apps. It currently provides the counts for apps, pastes,\nblog posts, file trackers, images, misc objects, and projects.\n\n#### Viewer:\n\nThe `viewer` app will display a syntax-highlighted file, and will show extra\ninformation if the file is related to a Project/Misc. It also updates the\n`view_count` on the Project/Misc/etc. objects for files that are related to\nthese objects.\n\n#### Wp_Main:\n\nThe `wp_main` app holds many utilities that are used throughout the other apps.\nCommon http responses, response filters, html methods, server-side\nhighlighting methods, tweet tools, and various other utility methods are found\nhere. The main SASS imports are also in `wp_main`.\n\n\n_____________________________________________________________________________\n\n## Language/Libraries:\n\n**Python 3+**\n\n  \u003csmall\u003e...this isn't 100% Python 2 compatible anymore.\u003c/small\u003e\n\n**Django 1.10.4+** - (`django`)\n\n  \u003csmall\u003e...awesome web framework that made this possible\u003c/small\u003e\n\n**Django Debug Toolbar** - (`django-debug-toolbar`)\n\n  \u003csmall\u003e...for very useful django debugging info in the browser.\u003c/small\u003e\n\n**Django Extensions** - (`django-extensions`)\n\n  \u003csmall\u003e...several extra tools to use with Django's `manage` tool.\n\n**Django Solo** - (`django-solo`)\n\n  \u003csmall\u003e...provides singleton models, for home config.\u003c/small\u003e\n\n**Django User Agents** - (`django-user-agents`)\n\n  \u003csmall\u003e...using it for browser/mobile detection right now. \u003c/small\u003e\n\n  \u003csmall\u003e...I'm using media queries but there are a few things that the user agent is still good for.\u003c/small\u003e\n\n**Pygments** - (`pygments`)\n\n  \u003csmall\u003e...used for source code highlighting.\u003c/small\u003e\n\n**Twython** - (`twython`)\n\n  \u003csmall\u003e...uses the Twitter API to retrieve latest tweets.\u003c/small\u003e\n\nThere is a working `requirements.txt` that lists all the python dependencies\nmore precisely.\n\n## Notes:\n\nThe site is live, if you'd like to see what I have so far you can do so here:\n\n[welbornprod.com]\n\nIt's running on an [Apache] server, hosted by [WebFaction].\n\n\n   [welbornprod.com]: https://welbornprod.com \"welbornprod.com\"\n   [welbornprod.info]: https://welbornprod.info \"welbornprod.info\"\n   [Django]: http://djangoproject.com\n   [Apache]: http://httpd.apache.org\n   [Python]: http://python.org\n   [WebFaction]: http://webfaction.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwelbornprod%2Fwp_site","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwelbornprod%2Fwp_site","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwelbornprod%2Fwp_site/lists"}