439f777bda 
								
							 
						 
						
							
							
								
								update frontpage featured term language  
							
							
							
						 
						
							2023-10-19 06:54:06 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								acd2cef276 
								
							 
						 
						
							
							
								
								Merge podjango.apps.cast into main podjango module  
							
							... 
							
							
							
							It's much simpler if "podjango" is the name of the Django app with a single
urls.py etc. The reason this is required is because podjango was originally a
fully-blown Django website and now it's become a Django app within the
Conservancy website. 
							
						 
						
							2023-10-19 17:21:53 +11:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								1b0603889e 
								
							 
						 
						
							
							
								
								Remove www/conservancy/static/admin  
							
							... 
							
							
							
							These files are copies from an old version of Django, causing display issues in
the newer Django admin. With the "staticfiles" app enabled, the recent versions
of these files are copied to /var/www/website/collected-static/ when you run the
"collectstatic" management command. For example:
sudo -u www-data /var/www/venv-website/bin/python manage.py collectstatic --link 
							
						 
						
							2023-10-19 17:03:48 +11:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								dbc1cac2af 
								
							 
						 
						
							
							
								
								Fix links to forms.css, remove links to unused jquery-ui.css  
							
							
							
						 
						
							2023-10-19 16:49:13 +11:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								05c7ed6647 
								
							 
						 
						
							
							
								
								assignment: Prevent unhandled error when fields not provided  
							
							... 
							
							
							
							This typically happens when a bot is submitting the form. This should be a
validation error rather than an unhandled exception. 
							
						 
						
							2023-10-19 11:52:04 +11:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								cf359b6a64 
								
							 
						 
						
							
							
								
								Rename cast to "The Corresponding Source", move to URL prefix "/cast/"  
							
							... 
							
							
							
							Also improved detail view rendering where unclosed <ul> tags in the body
content HTML from the database were affecting the display of footer info. 
							
						 
						
							2023-10-13 13:08:16 +11:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								30bc4968e3 
								
							 
						 
						
							
							
								
								fix file names for transcript  
							
							
							
						 
						
							2023-10-12 12:12:37 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								31214bac7c 
								
							 
						 
						
							
							
								
								update vizio portions of website  
							
							
							
						 
						
							2023-10-12 10:54:11 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								5e2cb22fb7 
								
							 
						 
						
							
							
								
								Similarly don't serve header logo from staticfiles  
							
							
							
						 
						
							2023-10-06 16:53:27 +11:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								cdd475d9d6 
								
							 
						 
						
							
							
								
								Don't serve tachyons from staticfiles just yet  
							
							... 
							
							
							
							We need to consolidate the static files all at once. 
							
						 
						
							2023-10-06 16:48:49 +11:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								84f04cfcbe 
								
							 
						 
						
							
							
								
								Remove default AUTHENTICATION_BACKENDS setting  
							
							
							
						 
						
							2023-10-06 16:37:17 +11:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								0b54f5cc1a 
								
							 
						 
						
							
							
								
								Namespace podjango static files, use includes to reduce duplication, enable staticfiles app  
							
							
							
						 
						
							2023-10-06 16:35:36 +11:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								382714e54f 
								
							 
						 
						
							
							
								
								Add FOSSY menu item to "What we do" menu  
							
							
							
						 
						
							2023-10-05 22:12:16 +11:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								c0acfde9c3 
								
							 
						 
						
							
							
								
								Merge FAIF "podjango" codebase into main sfconservancy.org site  
							
							... 
							
							
							
							It's a little awkward for now with podjango also having an "apps" module, but we
can clean that up later. I've excluded any JS and HTML that's likely not
required.
To accomodate this merging, I moved the templates into a "podjango" subdirectory
and, added a "podjango" namespace to the URLconf and converted a bunch of
hard-coded links to use the "url" template tag since there will now be a
"/faif/" prefix. 
							
						 
						
							2023-10-05 19:26:42 +11:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								1e494a4e11 
								
							 
						 
						
							
							
								
								Update template BASE_DIR now settings have moved in a directory  
							
							
							
						 
						
							2023-10-05 17:45:36 +11:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								6b95646cc7 
								
							 
						 
						
							
							
								
								Move TEMPLATES, AUTHENTICATION_BACKENDS and MIDDLEWARE into base settings  
							
							... 
							
							
							
							These don't change, so belong in the base settings. 
							
						 
						
							2023-10-05 17:35:18 +11:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								fb9e7242b5 
								
							 
						 
						
							
							
								
								Update ALLOWED_HOSTS for new server  
							
							... 
							
							
							
							There's no need for the site to be accessed via IP or it's hostname. 
							
						 
						
							2023-09-20 12:45:26 +10:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								9f87feb19d 
								
							 
						 
						
							
							
								
								Add postfix to ansible config  
							
							
							
						 
						
							2023-09-14 23:44:10 +10:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								053504d099 
								
							 
						 
						
							
							
								
								Update "cleanup" and "update" services for Python 3  
							
							
							
						 
						
							2023-09-14 18:14:22 +10:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								cf3d7c6100 
								
							 
						 
						
							
							
								
								Add support for Debian Bookworm  
							
							
							
						 
						
							2023-09-13 13:33:27 +10:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								05323a307d 
								
							 
						 
						
							
							
								
								Add support for Debian Bullseye  
							
							... 
							
							
							
							Added `on_delete` attributes, updated ForceCanonicalHostnameMiddleware for
compatibility and added Dockerfile for Bullseye. 
							
						 
						
							2023-09-12 10:59:45 +10:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								9e39d7eadc 
								
							 
						 
						
							
							
								
								Apply pyupgrade --py36-plus (but skip f-strings as we're on Python 3.5)  
							
							
							
						 
						
							2023-09-07 23:15:48 +10:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								60010999d2 
								
							 
						 
						
							
							
								
								Remove use of python3-future  
							
							
							
						 
						
							2023-09-07 22:59:23 +10:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								9a7a966f73 
								
							 
						 
						
							
							
								
								front news blurb to zoom  
							
							
							
						 
						
							2023-08-16 14:47:35 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								b9b29ba2c3 
								
							 
						 
						
							
							
								
								remove twisted as a member project  
							
							
							
						 
						
							2023-08-16 10:24:26 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								1094af3477 
								
							 
						 
						
							
							
								
								Switch video to version that blurs out people who requested not to appear on camera  
							
							
							
						 
						
							2023-07-25 20:27:23 -04:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								79aff48e8e 
								
							 
						 
						
							
							
								
								Fix typo  
							
							
							
						 
						
							2023-07-19 12:25:46 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								8b41823801 
								
							 
						 
						
							
							
								
								Change featured item on website to RHEL keynote.  
							
							
							
						 
						
							2023-07-19 12:20:57 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								00e8b88edb 
								
							 
						 
						
							
							
								
								Add press releated to RHEL.  
							
							
							
						 
						
							2023-07-12 08:17:34 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								208c1ee8b5 
								
							 
						 
						
							
							
								
								intel sponsor logo for fossy  
							
							
							
						 
						
							2023-07-06 13:11:44 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								d158e38dd0 
								
							 
						 
						
							
							
								
								Red Hat last donated to SFC on 2020-03-27.  
							
							... 
							
							
							
							The logo should have been removed sooner, but they kept saying they
were going to donate again and never did. 
							
						 
						
							2023-06-23 12:28:37 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								ef73540a21 
								
							 
						 
						
							
							
								
								lwn sponsor logo for fossy  
							
							
							
						 
						
							2023-06-22 13:59:55 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								2c4bd211df 
								
							 
						 
						
							
							
								
								add fossy sponsor images  
							
							
							
						 
						
							2023-06-19 11:30:24 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								b878ec0825 
								
							 
						 
						
							
							
								
								fix ids for donation methods  
							
							
							
						 
						
							2023-05-11 11:04:51 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								52e9f271db 
								
							 
						 
						
							
							
								
								add sourceware to member projects  
							
							
							
						 
						
							2023-05-11 10:59:14 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								190d34148b 
								
							 
						 
						
							
							
								
								update Jeremy and Karens bios  
							
							
							
						 
						
							2023-04-25 10:39:32 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								4a7410366f 
								
							 
						 
						
							
							
								
								Show summary for first news item on front page  
							
							
							
						 
						
							2023-02-14 09:02:52 +11:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								4ceb4b4ae2 
								
							 
						 
						
							
							
								
								Fix whitespace  
							
							
							
						 
						
							2023-02-11 17:22:32 +11:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								8d48feb4c6 
								
							 
						 
						
							
							
								
								add fossy track cfp to main page  
							
							
							
						 
						
							2023-02-09 12:43:54 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								d4abaa3a17 
								
							 
						 
						
							
							
								
								Correct spelling error.  
							
							
							
						 
						
							2023-02-09 12:43:14 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								70e759e030 
								
							 
						 
						
							
							
								
								Improve copy in two places on frontpage.  
							
							
							
						 
						
							2023-02-09 12:42:02 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								bc1ed0a9d1 
								
							 
						 
						
							
							
								
								A bit more width for the video, remove <p>  
							
							... 
							
							
							
							Ok, that was too small, try this. 
							
						 
						
							2023-02-09 12:39:17 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								476a2c0f9f 
								
							 
						 
						
							
							
								
								Try to improve look on front page.  
							
							
							
						 
						
							2023-02-09 12:38:26 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								af869ec5e3 
								
							 
						 
						
							
							
								
								Improve copy, move video, add auto-subtitle.  
							
							
							
						 
						
							2023-02-09 12:34:05 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								8716315b60 
								
							 
						 
						
							
							
								
								Put Karen's doctorate as our featured item.  
							
							... 
							
							
							
							The video may not work there, but going to try it. 
							
						 
						
							2023-02-09 12:30:52 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								f22ae3e4f4 
								
							 
						 
						
							
							
								
								Make proprietary relicensing the term of the week.  
							
							
							
						 
						
							2023-02-09 12:29:32 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								42d42becc6 
								
							 
						 
						
							
							
								
								Add Neo4J Expert report  
							
							
							
						 
						
							2023-02-09 10:13:34 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								ca52fb6d07 
								
							 
						 
						
							
							
								
								Fix old typo in CSS  
							
							
							
						 
						
							2023-02-08 23:04:37 +11:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								5c0c8edb69 
								
							 
						 
						
							
							
								
								Display summary for first news item  
							
							
							
						 
						
							2023-02-08 22:51:51 +11:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								c64e52d9e6 
								
							 
						 
						
							
							
								
								Improve the .small-left/right and .medium-left/right classes  
							
							
							
						 
						
							2023-02-08 22:44:44 +11:00