1 00:00:00,000 --> 00:00:06,480 Welcome to the Deep Dive. Today, we're going to be looking at DocuWiki, which is a 2 00:00:06,480 --> 00:00:06,660 pretty 3 00:00:06,660 --> 00:00:11,900 popular wiki engine known for being easy to use and pretty powerful. We've got some 4 00:00:11,900 --> 00:00:12,220 great 5 00:00:12,220 --> 00:00:16,570 material to work with for this deep dive coming straight from DocuWiki's GitHub 6 00:00:16,570 --> 00:00:17,240 page and their 7 00:00:17,240 --> 00:00:23,960 official website. That should give us a really clear picture of what makes DocuWiki 8 00:00:23,960 --> 00:00:24,480 tick. 9 00:00:24,480 --> 00:00:28,500 Before we dive in, I want to give a quick shout out to our sponsor, Safe Server, 10 00:00:28,500 --> 00:00:28,760 who 11 00:00:28,760 --> 00:00:33,460 can help you host this software and guide you through that digital transformation 12 00:00:33,460 --> 00:00:34,260 journey. 13 00:00:34,260 --> 00:00:44,130 You can check them out at www.safeserver.dd. Imagine a world where you could easily 14 00:00:44,130 --> 00:00:44,540 create 15 00:00:44,540 --> 00:00:49,710 and edit web pages, collaborate with others, and have this perfect record of every 16 00:00:49,710 --> 00:00:50,220 change 17 00:00:50,220 --> 00:00:55,460 that's ever been made that's the power of a wiki. DocuWiki is designed to make that 18 00:00:55,460 --> 00:00:59,240 process super simple and approachable. That's right, and one of the things that 19 00:00:59,240 --> 00:00:59,520 makes it 20 00:00:59,520 --> 00:01:03,920 so easy to work with is that it doesn't require a database. Most web applications 21 00:01:03,920 --> 00:01:04,320 rely on 22 00:01:04,320 --> 00:01:09,760 databases to store information, but DocuWiki does away with that complexity. So no 23 00:01:09,760 --> 00:01:09,980 need 24 00:01:09,980 --> 00:01:14,080 to wrestle with database setups. Exactly. That sounds like a big win for anyone who 25 00:01:14,080 --> 00:01:18,250 just wants to get their wiki up and running quickly. Absolutely, and this 26 00:01:18,250 --> 00:01:19,060 simplicity extends 27 00:01:19,060 --> 00:01:24,230 to how you actually edit pages in DocuWiki. Okay. It uses a very straightforward 28 00:01:24,230 --> 00:01:24,620 syntax 29 00:01:24,620 --> 00:01:29,030 that's based on plain text formatting. So no need to learn any complicated code. 30 00:01:29,030 --> 00:01:29,720 Absolutely 31 00:01:29,720 --> 00:01:34,830 not. You can easily format text, create headings, add links, and more, all using 32 00:01:34,830 --> 00:01:35,900 simple markup. 33 00:01:35,900 --> 00:01:39,610 Okay. Think of it like writing an email just with a few extra tricks to make your 34 00:01:39,610 --> 00:01:40,100 content 35 00:01:40,100 --> 00:01:44,490 look good. I'm sensing a theme here. Yeah. Simplicity seems to be at the core of 36 00:01:44,490 --> 00:01:45,180 DocuWiki's 37 00:01:45,180 --> 00:01:49,400 design. It is. And the fact that it's open source and free to use just adds to the 38 00:01:49,400 --> 00:01:50,100 appeal. 39 00:01:50,100 --> 00:01:53,810 It does. The open source aspect means that the code is publicly available so you 40 00:01:53,810 --> 00:01:54,020 can 41 00:01:54,020 --> 00:01:57,980 examine it, you can modify it, and you can even redistribute it. And this not only 42 00:01:57,980 --> 00:01:58,200 makes 43 00:01:58,200 --> 00:02:03,100 DocuWiki free to use, but also fosters a community of developers who contribute to 44 00:02:03,100 --> 00:02:04,160 its development 45 00:02:04,160 --> 00:02:08,820 and its improvement. Speaking of community, I'm noticing that both the website and 46 00:02:08,820 --> 00:02:09,020 the 47 00:02:09,020 --> 00:02:15,460 GitHub page highlight the DocuWiki community as a key strength. Absolutely. It 48 00:02:15,460 --> 00:02:15,900 sounds like 49 00:02:15,900 --> 00:02:19,110 it's more than just a bunch of people using the software. Yeah. There's a real 50 00:02:19,110 --> 00:02:19,620 sense of 51 00:02:19,620 --> 00:02:25,010 collaboration there. Absolutely. The DocuWiki community is incredibly active, and 52 00:02:25,010 --> 00:02:25,720 supportive 53 00:02:25,720 --> 00:02:32,720 people are constantly creating new plugins and templates. Okay. Which are like add-ons 54 00:02:32,720 --> 00:02:37,240 that extend the functionality and the appearance of your wiki. So even though DocuWiki 55 00:02:37,240 --> 00:02:37,880 is simple 56 00:02:37,880 --> 00:02:43,200 at its core, it can be customized to fit a wide range of needs. It can. That's 57 00:02:43,200 --> 00:02:43,580 pretty 58 00:02:43,580 --> 00:02:48,150 impressive. It is. Whether you need to add a forum, integrate with other tools, or 59 00:02:48,150 --> 00:02:48,580 simply 60 00:02:48,580 --> 00:02:52,880 change the look of your wiki, there's probably a plugin or a template out there 61 00:02:52,880 --> 00:02:53,180 that can 62 00:02:53,180 --> 00:02:56,820 help you do it. Wow. And if not, you can often find someone in the community who's 63 00:02:56,820 --> 00:02:57,100 willing 64 00:02:57,100 --> 00:03:01,100 to help you create one. That's the power of open source in action. Yeah. Now let's 65 00:03:01,100 --> 00:03:01,200 get 66 00:03:01,200 --> 00:03:05,360 down to brass tacks. Sure. What are some specific examples of how people are using 67 00:03:05,360 --> 00:03:06,300 DocuWiki? 68 00:03:06,300 --> 00:03:10,630 The use cases section on the website mentions some pretty interesting applications. 69 00:03:10,630 --> 00:03:11,000 Yeah, 70 00:03:11,000 --> 00:03:16,080 one that stands out is using DocuWiki as a constantly updated manual for a software 71 00:03:16,080 --> 00:03:17,200 project. 72 00:03:17,200 --> 00:03:21,260 So instead of having a static document that quickly becomes outdated, you can have 73 00:03:21,260 --> 00:03:21,540 a living 74 00:03:21,540 --> 00:03:25,860 breathing manual that everyone on the team can contribute to. Exactly. And because 75 00:03:25,860 --> 00:03:26,340 DocuWiki 76 00:03:26,340 --> 00:03:31,170 has built-in version control, you can track every change that's made so you can 77 00:03:31,170 --> 00:03:31,680 always 78 00:03:31,680 --> 00:03:35,500 go back to a previous version if needed. Oh, that's handy. This is incredibly 79 00:03:35,500 --> 00:03:35,900 valuable 80 00:03:35,900 --> 00:03:40,720 in a collaborative environment where multiple people are making edits. No more sifting 81 00:03:40,720 --> 00:03:40,900 through 82 00:03:40,900 --> 00:03:45,400 endless email chains trying to find the latest version of document. Exactly. That's 83 00:03:45,400 --> 00:03:45,780 a huge 84 00:03:45,780 --> 00:03:51,060 time saver. It is another interesting use case is building a company intranet with 85 00:03:51,060 --> 00:03:51,820 DocuWiki. 86 00:03:51,820 --> 00:03:56,370 It can become a central hub for all kinds of information. Right. From company 87 00:03:56,370 --> 00:03:56,820 policies 88 00:03:56,820 --> 00:04:00,880 to project updates. I see how that could be useful instead of having information 89 00:04:00,880 --> 00:04:01,300 scattered 90 00:04:01,300 --> 00:04:07,420 across different platforms and file systems. Right. You have a single easily searchable 91 00:04:07,420 --> 00:04:12,340 location for everything. And because it's a wiki, anyone with permission can update 92 00:04:12,340 --> 00:04:17,540 information. Absolutely. Ensuring it's always current. Precisely. And with DocuWiki's 93 00:04:17,540 --> 00:04:17,580 access 94 00:04:17,580 --> 00:04:23,400 control features, you can manage who can edit what ensuring sensitive information 95 00:04:23,400 --> 00:04:23,760 stays 96 00:04:23,760 --> 00:04:28,020 secure. Okay. I'm starting to see the appeal of DocuWiki. Yeah. It seems like it 97 00:04:28,020 --> 00:04:28,460 combines 98 00:04:28,460 --> 00:04:33,240 the simplicity of a text editor with the power and flexibility of a much more 99 00:04:33,240 --> 00:04:35,300 complex platform. 100 00:04:35,300 --> 00:04:39,390 That's a good way to put it. And the customization options we touched on earlier 101 00:04:39,390 --> 00:04:40,060 really make 102 00:04:40,060 --> 00:04:44,490 it adaptable to various situations. Let's talk more about that. Sounds good. I'm 103 00:04:44,490 --> 00:04:44,780 curious 104 00:04:44,780 --> 00:04:48,220 to learn more about how plugins and templates actually work. So you're curious 105 00:04:48,220 --> 00:04:48,680 about how 106 00:04:48,680 --> 00:04:52,760 plugins and templates work in DocuWiki. Yeah, I am. It sounds like they're key to 107 00:04:52,760 --> 00:04:53,200 unlocking 108 00:04:53,200 --> 00:04:57,640 DocuWiki's full potential. They absolutely are. Think of plugins like apps for your 109 00:04:57,640 --> 00:04:58,420 smartphone. 110 00:04:58,420 --> 00:05:03,140 Okay. They add specific functionalities that the core software doesn't have. Yeah. 111 00:05:03,140 --> 00:05:03,260 For 112 00:05:03,260 --> 00:05:07,360 example, let's say you want to add discussion forum to your DocuWiki. That would be 113 00:05:07,360 --> 00:05:07,860 useful 114 00:05:07,860 --> 00:05:12,550 for encouraging collaboration and getting feedback on ideas. Exactly. And there's 115 00:05:12,550 --> 00:05:13,020 probably 116 00:05:13,020 --> 00:05:16,310 a plugin for that. You simply install the plugin and it integrates seamlessly into 117 00:05:16,310 --> 00:05:17,260 your DocuWiki 118 00:05:17,260 --> 00:05:22,240 adding a forum section where users can create threads and engage in discussions. So 119 00:05:22,240 --> 00:05:22,940 in essence, 120 00:05:22,940 --> 00:05:27,630 plugins extend DocuWiki's capabilities without making the core software overly 121 00:05:27,630 --> 00:05:28,420 complex. That's 122 00:05:28,420 --> 00:05:32,500 right. And the beauty of it is that you only install the plugins you need. This 123 00:05:32,500 --> 00:05:33,020 keeps your 124 00:05:33,020 --> 00:05:37,440 DocuWiki lean and efficient. Now templates, on the other hand, are more about 125 00:05:37,440 --> 00:05:38,360 appearance. 126 00:05:38,360 --> 00:05:42,500 They control the overall look and feel of your wiki. So like choosing different 127 00:05:42,500 --> 00:05:42,980 themes for 128 00:05:42,980 --> 00:05:46,610 your phone's home screen. That's a good analogy. DocuWiki comes with some basic 129 00:05:46,610 --> 00:05:47,260 templates, 130 00:05:47,260 --> 00:05:50,640 but there are countless others created by the community. You can find templates 131 00:05:50,640 --> 00:05:50,700 that 132 00:05:50,700 --> 00:05:55,940 give your wiki a professional look, a minimalist vibe, or even a fun, colorful 133 00:05:55,940 --> 00:05:56,860 design. So if 134 00:05:56,860 --> 00:06:01,660 I wanted to match my DocuWiki's look to my company's branding, I could probably 135 00:06:01,660 --> 00:06:01,880 find 136 00:06:01,880 --> 00:06:06,050 the template that does that. Most likely, yes. And even if you can't find the 137 00:06:06,050 --> 00:06:06,740 perfect template, 138 00:06:06,740 --> 00:06:11,210 you can usually tweak an existing one or even create your own from scratch. DocuWiki's 139 00:06:11,210 --> 00:06:11,780 template 140 00:06:11,780 --> 00:06:16,650 system is quite flexible. That level of customization is pretty impressive. Now we've 141 00:06:16,650 --> 00:06:17,000 talked a lot 142 00:06:17,000 --> 00:06:21,550 about the benefits of DocuWiki, but are there any potential drawbacks or things 143 00:06:21,550 --> 00:06:22,460 people should 144 00:06:22,460 --> 00:06:27,420 be aware of? Well, the simplicity that makes DocuWiki so approachable can also be a 145 00:06:27,420 --> 00:06:28,120 limitation 146 00:06:28,120 --> 00:06:33,680 in certain situations. For example, since DocuWiki doesn't use a database, it might 147 00:06:33,680 --> 00:06:38,260 not be the best choice for extremely large wikis with hundreds of thousands of 148 00:06:38,260 --> 00:06:38,680 pages 149 00:06:38,680 --> 00:06:43,760 or for applications that require complex data relationships. That makes sense. It's 150 00:06:43,760 --> 00:06:43,880 always 151 00:06:43,880 --> 00:06:48,510 about choosing the right tool for the job. But for most use cases, especially for 152 00:06:48,510 --> 00:06:49,660 individuals, 153 00:06:49,660 --> 00:06:53,340 teams and small to medium sized organizations, DocuWiki seems like a fantastic 154 00:06:53,340 --> 00:06:54,340 option. It 155 00:06:54,340 --> 00:06:59,010 is, especially when you consider the vibrant community and the vast ecosystem of 156 00:06:59,010 --> 00:06:59,400 plugins 157 00:06:59,400 --> 00:07:03,560 and templates. Community seems to be a recurring theme. I'm sensing that it's more 158 00:07:03,560 --> 00:07:03,920 than just 159 00:07:03,920 --> 00:07:08,500 a support forum. It seems to be a driving force behind DocuWiki success. It 160 00:07:08,500 --> 00:07:09,200 definitely 161 00:07:09,200 --> 00:07:13,400 is. The DocuWiki community is incredibly passionate and dedicated people are 162 00:07:13,400 --> 00:07:14,480 constantly sharing 163 00:07:14,480 --> 00:07:18,730 tips, answering questions and collaborating on new features. It's one of the most 164 00:07:18,730 --> 00:07:19,280 welcoming 165 00:07:19,280 --> 00:07:22,960 and supportive open source communities I've ever encountered. And what's great is 166 00:07:22,960 --> 00:07:23,080 that 167 00:07:23,080 --> 00:07:27,240 there are multiple ways to get involved. You can participate in forum discussions, 168 00:07:27,240 --> 00:07:27,560 contribute 169 00:07:27,560 --> 00:07:32,150 to documentation, translate the interface into different languages or even develop 170 00:07:32,150 --> 00:07:32,440 your 171 00:07:32,440 --> 00:07:36,990 own plugins and templates. Yes, exactly. And even if you're not a developer, you 172 00:07:36,990 --> 00:07:37,400 can still 173 00:07:37,400 --> 00:07:41,130 contribute by simply sharing your knowledge and helping others. Okay, so let's say 174 00:07:41,130 --> 00:07:41,520 someone 175 00:07:41,520 --> 00:07:45,620 is listening to this and they're thinking, I want to give DocuWiki a try. What 176 00:07:45,620 --> 00:07:45,700 would 177 00:07:45,700 --> 00:07:49,410 be your advice to them? Where should they start? The first step is to head over to 178 00:07:49,410 --> 00:07:49,560 the 179 00:07:49,560 --> 00:07:53,320 official DocuWiki website. They have a really straightforward download and 180 00:07:53,320 --> 00:07:54,080 installation 181 00:07:54,080 --> 00:07:58,560 process. It's surprisingly easy, even for those who aren't super tech savvy. And 182 00:07:58,560 --> 00:07:59,320 remember, 183 00:07:59,320 --> 00:08:04,110 no database setup required. You can have a DocuWiki up and running in minutes. 184 00:08:04,110 --> 00:08:04,680 Absolutely. 185 00:08:04,680 --> 00:08:09,720 Once you have DocuWiki installed, you can start exploring the interface, creating 186 00:08:09,720 --> 00:08:10,080 pages 187 00:08:10,080 --> 00:08:14,830 and experimenting with different features. And the beauty of it is that you can 188 00:08:14,830 --> 00:08:15,200 learn 189 00:08:15,200 --> 00:08:19,360 as you go. There's no need to become a DocuWiki expert overnight. The best way to 190 00:08:19,360 --> 00:08:23,720 learn is by doing. And if you get stuck, the DocuWiki community is always there to 191 00:08:23,720 --> 00:08:24,480 help. 192 00:08:24,480 --> 00:08:28,590 Precisely. The DocuWiki forum is a treasure trove of information and advice. You 193 00:08:28,590 --> 00:08:28,840 can search 194 00:08:28,840 --> 00:08:33,640 for existing threads or create a new one to ask your question. And the community is 195 00:08:33,640 --> 00:08:34,480 incredibly 196 00:08:34,480 --> 00:08:37,960 responsive. It sounds like a great place to learn from others who have already gone 197 00:08:37,960 --> 00:08:38,120 through 198 00:08:38,120 --> 00:08:42,740 the same process of setting up and customizing their DocuWiki. Yeah. Now, I know we 199 00:08:42,740 --> 00:08:43,220 touched 200 00:08:43,220 --> 00:08:47,130 on version control earlier, but I think it deserves a little more attention given 201 00:08:47,130 --> 00:08:47,160 how 202 00:08:47,160 --> 00:08:51,160 important it is for collaborative work. You're absolutely right. Version control is 203 00:08:51,160 --> 00:08:51,400 one of 204 00:08:51,400 --> 00:08:55,050 those features that you don't fully appreciate until you've experienced its 205 00:08:55,050 --> 00:08:55,720 benefits. You 206 00:08:55,720 --> 00:08:59,630 know, as we've been talking about DocuWiki, I've been thinking about how it kind of 207 00:08:59,630 --> 00:08:59,720 goes 208 00:08:59,720 --> 00:09:04,220 against the grain of a lot of software these days. It seems like so many platforms 209 00:09:04,220 --> 00:09:04,500 are 210 00:09:04,500 --> 00:09:09,270 trying to be everything to everyone, adding like features upon features. Yeah. But 211 00:09:09,270 --> 00:09:09,760 DocuWiki 212 00:09:09,760 --> 00:09:14,480 keeps things refreshingly simple. I agree. It's a testament to the idea that you 213 00:09:14,480 --> 00:09:14,880 don't 214 00:09:14,880 --> 00:09:20,240 need to overcomplicate things to be effective. DocuWiki focuses on the essentials 215 00:09:20,240 --> 00:09:21,080 of creating 216 00:09:21,080 --> 00:09:25,400 and sharing information, and it does them exceptionally well. And that commitment 217 00:09:25,400 --> 00:09:26,860 to simplicity really 218 00:09:26,860 --> 00:09:30,570 comes through in the use of plain text for editing. Yeah. You mentioned this 219 00:09:30,570 --> 00:09:31,080 earlier, 220 00:09:31,080 --> 00:09:35,040 but I think it's worth highlighting again. It's such a brilliant design choice that 221 00:09:35,040 --> 00:09:35,280 makes 222 00:09:35,280 --> 00:09:40,040 DocuWiki so approachable for people of all technical levels. Absolutely. You don't 223 00:09:40,040 --> 00:09:40,240 need 224 00:09:40,240 --> 00:09:44,380 to learn any complicated programming languages or spend hours figuring out how to 225 00:09:44,380 --> 00:09:44,680 format 226 00:09:44,680 --> 00:09:49,560 your content. It's as simple as typing in plain text and adding a few simple markup 227 00:09:49,560 --> 00:09:53,680 tags for things like headings, lists, and links. I think that's a huge part of why 228 00:09:53,680 --> 00:09:54,320 DocuWiki 229 00:09:54,320 --> 00:09:57,870 has such a strong community. Yeah. It makes contributing so much easier when you 230 00:09:57,870 --> 00:09:58,160 don't 231 00:09:58,160 --> 00:10:01,580 have to jump through a bunch of technical hoops. Exactly. And that sense of 232 00:10:01,580 --> 00:10:02,160 community 233 00:10:02,160 --> 00:10:08,170 is something that really sets DocuWiki apart. It's not just a piece of software. It's 234 00:10:08,170 --> 00:10:08,200 a 235 00:10:08,200 --> 00:10:13,380 movement of people who believe in the power of open knowledge and collaborative 236 00:10:13,380 --> 00:10:14,320 learning. 237 00:10:14,320 --> 00:10:19,560 You can really feel that when you explore the DocuWiki forum and the documentation. 238 00:10:19,560 --> 00:10:23,650 People are genuinely helpful and enthusiastic about sharing their knowledge and 239 00:10:23,650 --> 00:10:24,120 helping 240 00:10:24,120 --> 00:10:28,480 others. It's a refreshing change from the often competitive and closed off nature 241 00:10:28,480 --> 00:10:28,640 of 242 00:10:28,640 --> 00:10:33,320 many other software communities. DocuWiki is a place where people are encouraged to 243 00:10:33,320 --> 00:10:33,560 help 244 00:10:33,560 --> 00:10:37,480 each other and to contribute to the common good. And that brings us to a bigger 245 00:10:37,480 --> 00:10:37,720 point 246 00:10:37,720 --> 00:10:41,390 that I think is really important to emphasize. Yeah. DocuWiki isn't just about 247 00:10:41,390 --> 00:10:42,360 creating wikis. 248 00:10:42,360 --> 00:10:46,840 It's about fostering a culture of knowledge sharing and collaboration. Absolutely. 249 00:10:46,840 --> 00:10:46,840 It's 250 00:10:46,840 --> 00:10:50,570 a tool that can be used for so much more than just documenting projects or creating 251 00:10:50,570 --> 00:10:51,100 internal 252 00:10:51,100 --> 00:10:56,010 knowledge bases. It can be used to build communities, share ideas and empower 253 00:10:56,010 --> 00:10:57,160 people to learn and 254 00:10:57,160 --> 00:11:00,970 grow together. It's almost like a philosophy. Yeah. A way of thinking about 255 00:11:00,970 --> 00:11:01,520 information 256 00:11:01,520 --> 00:11:05,510 and how we can work together to create something greater than ourselves. I like 257 00:11:05,510 --> 00:11:07,000 that a DocuWiki 258 00:11:07,000 --> 00:11:11,780 philosophy and that philosophy is about openness, accessibility and the belief that 259 00:11:11,780 --> 00:11:12,440 knowledge 260 00:11:12,440 --> 00:11:16,120 is most powerful when it's shared. And on that note, I think it's time for us to 261 00:11:16,120 --> 00:11:16,360 wrap 262 00:11:16,360 --> 00:11:21,180 up our deep dive into the world of DocuWiki. We've covered a lot of ground today 263 00:11:21,180 --> 00:11:21,480 from the 264 00:11:21,480 --> 00:11:26,010 technical features to the community spirit that makes DocuWiki so special. We've 265 00:11:26,010 --> 00:11:26,160 seen 266 00:11:26,160 --> 00:11:30,630 how its simplicity makes it easy for anyone to get started while its flexibility 267 00:11:30,630 --> 00:11:31,160 and vast 268 00:11:31,160 --> 00:11:34,990 ecosystem of plugins and templates allow it to scale to meet the needs of even the 269 00:11:34,990 --> 00:11:35,320 most 270 00:11:35,320 --> 00:11:40,210 demanding users. Perhaps most importantly, we've seen how DocuWiki embodies the 271 00:11:40,210 --> 00:11:40,880 spirit 272 00:11:40,880 --> 00:11:45,330 of open source and collaborative learning. Yeah. It's a reminder that we can 273 00:11:45,330 --> 00:11:45,680 achieve 274 00:11:45,680 --> 00:11:49,540 great things when we work together and share our knowledge freely. Absolutely. And 275 00:11:49,540 --> 00:11:49,720 if you're 276 00:11:49,720 --> 00:11:53,400 interested in experiencing the power of DocuWiki for yourself, don't forget that 277 00:11:53,400 --> 00:11:54,000 our sponsor 278 00:11:54,000 --> 00:11:57,800 Safe Server can help you get started. They can handle all the technical details of 279 00:11:57,800 --> 00:11:58,280 hosting 280 00:11:58,280 --> 00:12:02,750 and setting up your DocuWiki so you can focus on creating amazing content. You can 281 00:12:02,750 --> 00:12:02,880 find 282 00:12:02,880 --> 00:12:10,780 out more about Safe Server services at www.totsafeserver.d. We encourage you to 283 00:12:10,780 --> 00:12:12,120 explore DocuWiki further 284 00:12:12,120 --> 00:12:14,940 and see how it can empower you to connect, collaborate, and share your knowledge 285 00:12:14,940 --> 00:12:15,200 with 286 00:12:15,200 --> 00:12:16,520 the world. Happy wiki-ing!