8000 GitHub - nahumbb/codeandtalk.com: Indexing conferences, videos, podcasts, people
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nahumbb/codeandtalk.com

 
 

Repository files navigation

###Status Build Status

List of tech conferences, podcasts, videos, people

For more details on CONTRIBUTING visit the respective files:

Events

Videos

Podcasts

People

Tags

SETUP

virtualenv venv -p python3
source venv/bin/activate
pip install --editable .

Running unit tests

$ python3 -m unittest discover

Generate web site (and check format)

$ python3 bin/generate.py

Development server

FLASK_APP=cat.app FLASK_DEBUG=1 flask run --host 0.0.0.0 --port 5000

Visit http://127.0.0.1:5000/

Site layout

/
/p/person-code
/s/source
/t/tag

TODO

These are just ideas, not necessary something I really want to do :-)

  • Calendar of events - Shall we include the cfp deadlines or not?

  • tags should be all lower case in the files and we should have the real case in the tags file. That will make the code simpler

  • For each event series find out if they have an annuncement mailing list to get notified for the new event, cfp, videos available. Add this information to the data/series.json file Talk to the organizers and tell them why we would like to get such notifications.

  • Describe the use of the site.

  • Convert all the data files to JSON, beautify them?

  • Create skeleton for each file-type?

  • Include logo of each event?

  • Change the sitemap.xml creating code to use the date of the files for real date.

  • For sitemap of the collection pages, use the timestamp of the most recent event in that list.

  • For sitemap of videos, use the date of the file.

  • Update the description of the data and the collection process.

  • Search: limit the search to people/videos/events/podcasts

  • Weekly Newsletter with information about events. The subscriber should be able to select filter by countries and/or by topics. The e-mail itself is an HTML message that we can also build on the website.

  • Add Facebook image code to video pages

  • Improve the UI of the web site, look at what pyvideo has nice.

  • Add "language" field to the videos and allow the user to filter the results to selected language(s). (There are talk in French, German, Spanish, etc.)

  • Create list of people with 0 in everything bin/people.py

  • List of people who only have their name in the file

  • List of people missing twitter/github

  • Include screencasts and other non-conference videos.

  • Include a picture of each person?

TODO Check for events:

http://visualized.com/2014/conference/ http://visualized.com/2015 http://visualized.com/2016

[ReactJS-IL] YouTube Channel for Recorded Talks : https://www.youtube.com/channel/UC7AkWgJFP_hBoU0M7_n0prQ

Other sources

https://techpoint.ng/2016/09/14/hackjos-2016-2/

Promotion

After watching videos, they might be promoted via various channels.

Some Advice to Conference organizers

Just a few random thoughts as I index the videos and the conferences.

  • If you record lightning talks, split them up to individual videos. That allows people to watch one short video while at work.

  • Include the names of the speakers in the filenames.

  • Keep the web site of the previous editions of your event, or at least keep the list of talks and list of people.

  • The best would be to have well defined URLs. Some conferences have subdomains per year: http://2017.someevent.com/ Other have them in subdirectory: http://someevent.com/2017/ Both are good. The best if the main page only redirects to the current event or holds some content, but each event has its own subsite. Make sure every page of the earlier events have a prominent link at the top linking to the home page of the conference (which can then redirect to the current or upcoming event).

  • On the speaker page include the Twitter and GitHub IDs of each speaker.

  • https://www.sli.do/ Seems like a nice way to collect questions and get the audience vote for them.

Ideas for Conferences and other events

Process with command line Git client

git clone git@github.com:foobar/codeandtalk.git

It will clone (copy) the whole repository from your GitHub homedirectory.

cd codeandtalk.com

git remote add upstream https://github.com/szabgab/codeandtalk.git

Now you can edit the files in the data directory and add more files you need.

If you'd like to check if the files work well together type in

python bin/generate.py

Instruction on Windows

  • Install Python 3.x.x from https://www.python.org/downloads/windows/

  • Open the command window (Start/Run 'cmd')

  • Type in python --version to check if the installation worked as expected. It should say something like "Python 3.5.2" If it says "Python is not recognized as an internal or external command, operable program or batch file" then you need to configure the PATH environment variable to include the directory of python.exe One way is to enter the following in the command prompt: just replace 'gabor' with your username: set PATH=C:\Users\gabor\AppData\Local\Programs\Python\Python35-32\;%PATH% Then try pyt 5D30 hon --version again.

  • Type in pip install jinja2

  • cd to the codeandtalk.com/ directory

  • Type python bin/generate.py If there is an error in the files, it will complain.

  • If everything works fine the web site is generated in the html/ directory.

  • Run FLASK_APP=cat.app FLASK_DEBUG=1 flask run --host 0.0.0.0 --port 5000 then go to your broser and visit http://127.0.0.1:8000/ The updated site should be there.

About

Indexing conferences, videos, podcasts, people

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 68.3%
  • Python 29.8%
  • CSS 1.3%
  • JavaScript 0.6%
0