Skip to content

Commit e74ee06

Browse files
committed
Twitter cards for applications
1 parent 55b428b commit e74ee06

11 files changed

Lines changed: 90 additions & 2 deletions

applications/core-python.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@
2121
<meta property="og:description" content="Python is a Dynamic and strongly typed programming language. The Standard library contains a lot of useful modules to make your life easier. The language is rich in features, Algorithms, C APIs etc." />
2222
<meta property="og:image" content="http://i.imgur.com/CJVInER.png" />
2323

24+
<!-- Twitter Cards -->
25+
<meta name="twitter:card" content="summary_large_image">
26+
<meta name="twitter:site" content="@pythonpedia">
27+
<meta name="twitter:creator" content="@parbhatpuri">
28+
<meta name="twitter:title" content="Core Python | Python Pedia">
29+
<meta name="twitter:description" content="Python is a Dynamic and strongly typed programming language. The Standard library contains a lot of useful modules to make your life easier. The language is rich in features, Algorithms, C APIs etc.">
30+
<meta name="twitter:image" content="http://i.imgur.com/CJVInER.png">
31+
2432
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
2533
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/legacy.js'></script>
2634
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/flatdoc.js'></script>

applications/database-access.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,15 @@
2020
<meta property="og:title" content="Database Access | Python Pedia" />
2121
<meta property="og:description" content="Python comes with a Sqlite Database and can be connected to other Databases by libraries like mysql-python, psycopg2, PyMongo etc. The Libraries like SQLAlchemy, Django ORM helps in implementing ORM." />
2222
<meta property="og:image" content="http://i.imgur.com/CJVInER.png" />
23-
23+
24+
<!-- Twitter Cards -->
25+
<meta name="twitter:card" content="summary_large_image">
26+
<meta name="twitter:site" content="@pythonpedia">
27+
<meta name="twitter:creator" content="@parbhatpuri">
28+
<meta name="twitter:title" content="Database Access | Python Pedia">
29+
<meta name="twitter:description" content="Python comes with a Sqlite Database and can be connected to other Databases by libraries like mysql-python, psycopg2, PyMongo etc. The Libraries like SQLAlchemy, Django ORM helps in implementing ORM.">
30+
<meta name="twitter:image" content="http://i.imgur.com/CJVInER.png">
31+
2432
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
2533
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/legacy.js'></script>
2634
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/flatdoc.js'></script>

applications/devops.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,15 @@
2020
<meta property="og:title" content="DevOps | Python Pedia" />
2121
<meta property="og:description" content="Python is a famous language among the DevOps community. Python provides tools like Ansible, salt, Fabric etc. which makes deployment and monitoring easier. It also reduces the maintenance problems easily." />
2222
<meta property="og:image" content="http://i.imgur.com/CJVInER.png" />
23-
23+
24+
<!-- Twitter Cards -->
25+
<meta name="twitter:card" content="summary_large_image">
26+
<meta name="twitter:site" content="@pythonpedia">
27+
<meta name="twitter:creator" content="@parbhatpuri">
28+
<meta name="twitter:title" content="DevOps | Python Pedia">
29+
<meta name="twitter:description" content="Python is a famous language among the DevOps community. Python provides tools like Ansible, salt, Fabric etc. which makes deployment and monitoring easier. It also reduces the maintenance problems easily.">
30+
<meta name="twitter:image" content="http://i.imgur.com/CJVInER.png">
31+
2432
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
2533
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/legacy.js'></script>
2634
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/flatdoc.js'></script>

applications/embedded-python.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@
2121
<meta property="og:description" content="Python can be used in embedded, small or minimal hardware devices. Python is being used in Device interfacing, Robotics, Raspberry Pi, Arduino. It is used for Automating build systems and automating tests." />
2222
<meta property="og:image" content="http://i.imgur.com/CJVInER.png" />
2323

24+
<!-- Twitter Cards -->
25+
<meta name="twitter:card" content="summary_large_image">
26+
<meta name="twitter:site" content="@pythonpedia">
27+
<meta name="twitter:creator" content="@parbhatpuri">
28+
<meta name="twitter:title" content="Embedded Python | Python Pedia">
29+
<meta name="twitter:description" content="Python can be used in embedded, small or minimal hardware devices. Python is being used in Device interfacing, Robotics, Raspberry Pi, Arduino. It is used for Automating build systems and automating tests.">
30+
<meta name="twitter:image" content="http://i.imgur.com/CJVInER.png">
31+
2432
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
2533
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/legacy.js'></script>
2634
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/flatdoc.js'></script>

applications/game-development.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
<meta property="og:title" content="Game Development | Python Pedia" />
2121
<meta property="og:description" content="With Python you can create Awesome games. The libraries like Pygame, Cocos2d, PyOpenGL, Panda3D make this possible. Work is being done in this field to improve Python performance." />
2222
<meta property="og:image" content="http://i.imgur.com/CJVInER.png" />
23+
24+
<!-- Twitter Cards -->
25+
<meta name="twitter:card" content="summary_large_image">
26+
<meta name="twitter:site" content="@pythonpedia">
27+
<meta name="twitter:creator" content="@parbhatpuri">
28+
<meta name="twitter:title" content="Game Development | Python Pedia">
29+
<meta name="twitter:description" content="With Python you can create Awesome games. The libraries like Pygame, Cocos2d, PyOpenGL, Panda3D make this possible. Work is being done in this field to improve Python performance.">
30+
<meta name="twitter:image" content="http://i.imgur.com/CJVInER.png">
2331

2432
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
2533
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/legacy.js'></script>

applications/guis.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
<meta property="og:title" content="GUIs | Python Pedia" />
2121
<meta property="og:description" content="Python has a large number of GUI frameworks/toolkits available, from TkInter (traditionally bundled with Python, using Tk) to Kivy (library for creating NUI applications). The others are PyQt, PySide, wxPython etc." />
2222
<meta property="og:image" content="http://i.imgur.com/CJVInER.png" />
23+
24+
<!-- Twitter Cards -->
25+
<meta name="twitter:card" content="summary_large_image">
26+
<meta name="twitter:site" content="@pythonpedia">
27+
<meta name="twitter:creator" content="@parbhatpuri">
28+
<meta name="twitter:title" content="GUIs | Python Pedia">
29+
<meta name="twitter:description" content="Python has a large number of GUI frameworks/toolkits available, from TkInter (traditionally bundled with Python, using Tk) to Kivy (library for creating NUI applications). The others are PyQt, PySide, wxPython etc.">
30+
<meta name="twitter:image" content="http://i.imgur.com/CJVInER.png">
2331

2432
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
2533
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/legacy.js'></script>

applications/network-programming.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
<meta property="og:title" content="Network Programming | Python Pedia" />
2121
<meta property="og:description" content="Python provides support for Socket Programming and has libraries like Async IO, gevent, Twisted, Tornado etc. Network Applications are being developed with great features provided by Python language." />
2222
<meta property="og:image" content="http://i.imgur.com/CJVInER.png" />
23+
24+
<!-- Twitter Cards -->
25+
<meta name="twitter:card" content="summary_large_image">
26+
<meta name="twitter:site" content="@pythonpedia">
27+
<meta name="twitter:creator" content="@parbhatpuri">
28+
<meta name="twitter:title" content="Network Programming | Python Pedia">
29+
<meta name="twitter:description" content="Python provides support for Socket Programming and has libraries like Async IO, gevent, Twisted, Tornado etc. Network Applications are being developed with great features provided by Python language.">
30+
<meta name="twitter:image" content="http://i.imgur.com/CJVInER.png">
2331

2432
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
2533
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/legacy.js'></script>

applications/scientific-and-numeric.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
<meta property="og:title" content="Scientific and Numeric | Python Pedia" />
2121
<meta property="og:description" content="Python is the language of choice in Scientific and Numeric. The libraries like NumPy, SciPy, Pandas, matplotlib, IPython makes the problems easier. Python is moving in this field at a faster pace." />
2222
<meta property="og:image" content="http://i.imgur.com/CJVInER.png" />
23+
24+
<!-- Twitter Cards -->
25+
<meta name="twitter:card" content="summary_large_image">
26+
<meta name="twitter:site" content="@pythonpedia">
27+
<meta name="twitter:creator" content="@parbhatpuri">
28+
<meta name="twitter:title" content="Scientific and Numeric | Python Pedia">
29+
<meta name="twitter:description" content="Python is the language of choice in Scientific and Numeric. The libraries like NumPy, SciPy, Pandas, matplotlib, IPython makes the problems easier. Python is moving in this field at a faster pace.">
30+
<meta name="twitter:image" content="http://i.imgur.com/CJVInER.png">
2331

2432
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
2533
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/legacy.js'></script>

applications/testing.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
<meta property="og:title" content="Testing | Python Pedia" />
2121
<meta property="og:description" content="Testing is very important for every project in today's world. Python has testing frameworks like unittest, nose, pytest, mamba etc. Web testing with selenium, splinter and fake data using faker, fake2db." />
2222
<meta property="og:image" content="http://i.imgur.com/CJVInER.png" />
23+
24+
<!-- Twitter Cards -->
25+
<meta name="twitter:card" content="summary_large_image">
26+
<meta name="twitter:site" content="@pythonpedia">
27+
<meta name="twitter:creator" content="@parbhatpuri">
28+
<meta name="twitter:title" content="Testing | Python Pedia">
29+
<meta name="twitter:description" content="Testing is very important for every project in today's world. Python has testing frameworks like unittest, nose, pytest, mamba etc. Web testing with selenium, splinter and fake data using faker, fake2db.">
30+
<meta name="twitter:image" content="http://i.imgur.com/CJVInER.png">
2331

2432
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
2533
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/legacy.js'></script>

applications/tutorials.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
<meta property="og:title" content="Tutorials | Python Pedia" />
2121
<meta property="og:description" content="This section covers the most useful tutorials so beginners can easily begin the learning process. Application specific tutorials are under each application section." />
2222
<meta property="og:image" content="http://i.imgur.com/CJVInER.png" />
23+
24+
<!-- Twitter Cards -->
25+
<meta name="twitter:card" content="summary_large_image">
26+
<meta name="twitter:site" content="@pythonpedia">
27+
<meta name="twitter:creator" content="@parbhatpuri">
28+
<meta name="twitter:title" content="Tutorials | Python Pedia">
29+
<meta name="twitter:description" content="This section covers the most useful tutorials so beginners can easily begin the learning process. Application specific tutorials are under each application section.">
30+
<meta name="twitter:image" content="http://i.imgur.com/CJVInER.png">
2331

2432
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
2533
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/legacy.js'></script>

0 commit comments

Comments
 (0)